home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / catinvaders.swf / scripts / frame_111 / PlaceObject2_136_114 / CLIPACTIONRECORD onClipEvent(mouseDown).as < prev    next >
Encoding:
Text File  |  2007-03-20  |  212 b   |  8 lines

  1. onClipEvent(mouseDown){
  2.    if(this._currentFrame < _root.Functions.lokiDeathFrame and _root.Functions.fireEnabled == 1)
  3.    {
  4.       _root.Functions.dogFire(this);
  5.       this.gotoAndPlay("lokiFire");
  6.    }
  7. }
  8.